home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
boostrs.arc
/
XOVERSTR.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1980-01-01
|
303b
|
15 lines
{$IBodecl}
{$IOverStr}
{$IPutStr}
BEGIN
ClrScr;
S := 'Change this field '+#220+#223+#220+#223+#220+#223+
' to an alternate pattern, and pad to end of line.';
PutStr (h,S,1,1,14);
read;
PutStr (h,OverStr (#223+#220+#223+#220+#223+#220,S,19,61,#223),1,1,14);
END.